home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / SpaceEscape.swf / scripts / frame_3 / PlaceObject2_55_2 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-08-08  |  214 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    this.bar._xscale = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
  3.    if(_root.getBytesLoaded() >= _root.getBytesTotal())
  4.    {
  5.       _root.gotoAndStop("loadArrays");
  6.    }
  7. }
  8.